home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software of the Month Club 1998 June
/
Software of the Month Club 1998 June.iso
/
pc
/
dos
/
lg
/
dom1
/
jarrod.rpp
< prev
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-04-15
|
120 b
|
14 lines
var x: number;
var y: number;
x := 5;
y := 4;
if ((4+5 = 9) and (4+4 = 9))
println("yep");
endif;